uwsgi-cgi: remove useless dep
authorAnsuel Smith <[email protected]>
Mon, 4 Jun 2018 20:29:02 +0000 (22:29 +0200)
committerAnsuel Smith <[email protected]>
Mon, 4 Jun 2018 20:51:47 +0000 (22:51 +0200)
Signed-off-by: Ansuel Smith <[email protected]>
net/uwsgi-cgi/Makefile

index 18732d77122421662d132cb40e516d57f1ab8159..5034b201f5e939d9c3bea495156be7a07de47d96 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uwsgi-cgi
 PKG_VERSION:=2.0.17
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/unbit/uwsgi
@@ -23,7 +23,7 @@ define Package/uwsgi-cgi
   SUBMENU:=Web Servers/Proxies
   TITLE:=The uWSGI server
   URL:=http://unbit.com/
-  DEPENDS:=+python +libopenssl +libpcre +jansson +libuuid
+  DEPENDS:=+libopenssl +libpcre +jansson +libuuid +libxml2
 endef
 
 define Package/uwsgi-cgi/description